check

public abstract void check()

Sets the checked attribute of the input DOM element with the type 'checkbox' or 'radio' to true.

Throws

when the type attribute value of the element is not 'checkbox' or 'radio'

when this instance is closed